#include <graph_array.h>
Public Member Functions | |
| node & | mark () |
| node & | unmark () |
| bool | marked () const |
| bool | out_empty () const |
| size_t | number_of_out_arcs () const |
| out_arc_iterator | out_begin () |
| out_arc_iterator | out_end () |
| const_out_arc_iterator | out_begin () const |
| const_out_arc_iterator | out_end () const |
| nodetype & | operator * () |
| nodetype * | operator-> () |
| const nodetype & | operator * () const |
| const nodetype * | operator-> () const |
| nodetype & | operator= (const nodetype &Elem) |
Protected Member Functions | |
| node () | |
Protected Attributes | |
| std::list< arc > | m_OutArcs |
| nodetype | m_Elem |
| bool | m_Marker |
Friends | |
| class | graph_array< nodetype, arctype > |
| class | std::vector< node > |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3-rc3